home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / watchkat.zip / WATCHKAT.DOC < prev   
Text File  |  1989-11-24  |  2KB  |  31 lines

  1. WATCHKAT is an adaptation of Joseph R. Ahlgren's WATCHCAT monitor, which
  2. attempts to reboot a "hung" BBS under a variety of conditions, customized
  3. 11-24-89 by Dan Miller as described below.
  4.  
  5. WATCHCAT.DOC, ASM & COM are the unmodified files distributed by the author;
  6. WATCHCAT.LST was created from WATCHCAT.ASM with Turbo Assembler 1.0; and the
  7. WATCHKAT. files are the adaptations.  In keeping with the following request in
  8. WATCHCAT.DOC, the adaptations are NOT to be distributed except in a package
  9. containing both sets of DOC, ASM & COM files (only the LSTs, which I included
  10. as an aid to SysOps who might not have the Turbo Assembler and want to patch
  11. the COM file to meet their needs, are optional):
  12.  
  13. "WATCHCAT is in the public domain may be freely distributed provided the
  14. WATCHCAT.DOC, WATCHCAT.ASM, and WATCHCAT.COM files are not modified in any way.
  15. Users are free to adapt the program as they see fit.  I would appreciate a copy
  16. of such adaptations."
  17.  
  18. WATCHCAT.DOC also summarizes the WATCHCAT adaptation, except that:
  19. 1) The threshold for rebooting when no carrier has been present for an extended
  20.    time has been reduced from 8 hours to 2, and
  21. 2) The number of unanswered rings which will trigger a reboot has been reduced
  22.    from 20 to 10.
  23. In addition, one instruction has been relocated to prevent possibility that the
  24. TimeCheck routine could be entered without the expected modem status in AL.
  25.  
  26. The comments at the beginning of the ASM files provide more detailed functional
  27. documentation.    The corrections to the lists of functions enabled by the ON and
  28. TIMER options noted in the WATCHKAT.ASM comments also apply to the original
  29. version; the corresponding WATCHCAT.ASM comments are inaccurate.  WATCHKAT.ASM
  30. clearly documents how it differs from the original code.
  31.